;Info [ Npc Name{HighWarrior} X=14 Y=9 MapName={Yado_House} ]

;NPC Release 1 (2003) By Geoff
;99% Translated NPCs Including Quests

[@main]
#IF
check [757] 1
#ACT
goto @Q707
break 

#IF
check [756] 1
#ACT
goto @Q706
break

#IF
check [205] 1
#ACT
goto @quit
break

#IF
check [210] 1
#ACT
goto @quit
break

#IF
check [209] 1
#ACT
goto @clear
break

#IF
check [208] 1
#ACT
goto @notclear
break

#IF
check [207] 1
#ACT
goto @accept_1
break

#IF
check [206] 1
#ACT
goto @next
break

#IF
check [204] 1
#ACT
goto @test
break

#ELSESAY
What are you doing here in my house?\
I don't seem to know who you are.\
Are you sure you are in the right place?\ \
<Sorry/@exit>

[@Q707]
You have not already received the book? If you have received the book,\
to learn this basic sword technique double click mouse left key,\
on the book. If you have already learned this skill, you can make your\
ability increase the hit probability. The more times you hit the probability\
will rise. Now if you go to the Province bookstore the bookstore's master\
can give you better books. The bookstore's co-ordinates are 323:247 you\
should go there.\ \
<Ok/@exit> 

[@Q706]
#IF
checklevel 7
#SAY
I will test your ability,\
I have many sheep and chicken and also I have deer,\
you have five minutes with them inside,\
then i will talk to you.\ \
<Ok/@Q706_1>

#ELSESAY
I am the High-Level Warrior, it's good to see you.\
The first thing you need to learn is sword technique,\
you can start to practise this properly at level 7.\
First level up and then come and see me.\ \
<Ok/@exit>

[@Q706_1]
#IF
checkhum 01142 1
#SAY
Sorry someone is taking my test at the moment. I ask you to\
wait until they are finshed. Come back later.\ \
<Ok/@exit>
#ELSEACT
Monclear 01142
Param1 01142
Param2 19
Param3 19
MonGen Deer 10 10
MonGen Hen 20 10
MonGen Sheep 10 10
TimeRecall 5
map 01142

[@test]
I see Bill has sent you to me.\
But before I can let you rid the spirits\
from the Book Room I want you take a\
little test. Are you familiar with this game?\
Choose one of the following.\ \
 <Rock/@gawi>,  <Paper/@bawi>,  <Scissors/@bo>
 
[@gawi]
#IF
random 10
#ACT
set [206] 1
#SAY
You won!\
I had scissors.\\
<Next/@next>
#ELSEACT
reset [200] 20
#ELSESAY
Ha Ha! I won, I had Paper!\
You are not the right person for this.\
Be gone!\ \
<Ok/@exit>

[@bawi]
#IF
random 10
#ACT
set [206] 1
#SAY
You won!\
I had rock.\\
<Next/@next>
#ELSEACT
reset [200] 20
#ELSESAY
Ha Ha! I won, I had Scissors\
You are not the right person for this.\
Be gone!\ \
<Ok/@exit>

[@bo]
#IF
random 10
#ACT
set [206] 1
#SAY
You won!\
I had paper.\\
<Next/@next>
#ELSEACT
reset [200] 20
#ELSESAY
Ha Ha! I won, I had Rock\
You are not the right person for this.\
Be gone!\ \
 
[@next]
Now that you have proven yourself worthy,\
Are you ready to kill the evil spirits for me?\
Be warned tho! they are evil and will try\
anything to kill you and prevend you from taking\
the book back for me.\ \
<No i don't want to kill them/@next_1>\
<Yes i will clear the room/@next_2>
 
[@next_1]
#IF
#ACT
reset [200] 20
#SAY
Fine your choice, Be gone!\\
<Ok/@exit>

[@next_2]
Ok before I send you in you will have to remember something.\
Let me tell you about it. Or do you criticize me?\ \
<Listen/@remember>\
<Criticize/@criticize>
 
[@remember]
Remember that these spirits are evil and they use flames.\
They have wings but cannot fly due to evolutions.\
But they will try and hurt you in any way they can.\ \
<Next/@remember_1>
 
[@remember_1]
They were once minions for the evil God WoomaTaurus.\
He has banished them from his Temple after they made\
him look foolish.\
Now are you ready to do this?\ \
<Accept/@accept>\
<Don't Accept/@next_1>

[@accept]
#IF
#ACT
set [207] 1 
#SAY
I see that you are ready.\
Are you sure you don't want to get a better weapon?\
Or more potions? as they might drain your HitPoints fast!\ \
<Try Now/@next_3>\
<Try Later/@exit>

[@accept_1]
Welcome back <$USERNAME>\
Want to try and clear the spirits now?\ \
<Next/@next_3>
 
[@next_3]
#IF
checkhum 01141 1
#SAY
There is already someone fighting the spirits.\
Please come back later\ \
<Ok/@exit>

#ELSEACT
close
set [208] 1
monclear 01141
param1 01141
param2 10 
param3 10
mongen FlamingWooma2 30 10
map 01141
break

[@criticize]
#IF
#ACT
reset [200] 20
#SAY
How dare you criticize me!\
I don't want to see you here again!\
At least not for a while!\
Be gone!\ \
<Ok/@exit>
 
 
[@clear]
#IF
checkjob warrior
checklevel 35
check [209] 1
#SAY
You did a great Job!\
I see you got the Book for me. As i am an old man\
I have no use for the sword anymore. Go and see\
Bill now. He will know what to do.\ \
<Ok/@exit>

#ACT
give FateSwordBook 1
SET [210] 1
break

#IF
checkjob wizard
#SAY
You did a great job!\
But I am very sorry I did not see this before.\
My eye sight is very bad and I did not see you are a Wizard.\
Since Wizards have no use for this sword i will give you another\
prize. Thank you again.\ \
<Ok/@exit>
#ACT
give benedictionoil 2
reset [200] 20
set [205] 1
break


#IF
checkjob taoist
#SAY
You did a great job!\
But I am very sorry I did not see this before.\
My eye sight is very bad and I did not see you are a Taoist.\
Since Taoists have no use for this sword i will give you another\
prize. Thank you again.\ \
<Ok/@exit>
#ACT
give benedictionoil 2
reset [200] 20
set [205] 1
break

[@notclear]
#IF
#SAY
I really thought you were the right person for this job.\
Maybe I guessed wrong. You failed to kill the spirits.\
I cannot give you another chance sorry.\ \
<Ok/@exit>
#ACT
reset [200] 20

[@quit]
#IF
#SAY
You have no business here.\ \
<Ok/@exit>
